Html Css Color HEX #BCE6D8 Cruise

📋 copy color: '#BCE6D8'

red 188 ◦ green 230 ◦ blue 216

#BCE6D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #BCE6D8

Tints of Cruise #BCE6D8

RGB

 RED value IS 188 (73.83% from 255) = 29.65%

 GREEN value IS 230 (90.23% from 255) = 36.28%

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 29.65%
G = 36.28%
B = 34.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCE6D8 (or 0xBCE6D8) is known color: Cruise. HEX triplet: BC, E6 and D8. RGB value is (188,230,216). Sum of RGB (Red+Green+Blue) = 188+230+216=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6D8 is #431927. Grayscale: #D7D7D7. Windows color (decimal): -4397352 or 14214844. OLE color: 14214844.

HSL color Cylindrical-coordinate representation of color #BCE6D8: hue angle of 160º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6D8 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 216 -
CMYK 0.18 0 0.06 0.10
HSL 160º 0.46% 0.82% -
HSV(B) 160º 0.18% 0.9% -
XYZ 61.43 72.24 75.67 -
YUV 215.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 188 230 216 0.18 0 0.06 0.10 160 0.46 0.82
Hex BC E6 D8 12 0 6 A A0 2E 52
Octal 274 346 330 22 0 6 12 240 56 122
Binary 10111100 11100110 11011000 10010 0 110 1010 10100000 101110 1010010

Color Harmonies of #BCE6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6D8

Black with #BCE6D8

Text Example


Text Example

White with #BCE6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6D8; }

 p { color: rgb(188,230,216); }

 H1.HeaderClassName
 {
   color: #BCE6D8;
 }
 .AnyTagClassName
 {
   color: #BCE6D8;
 }
</style>

background-color css

<style>
 a { background-color: #BCE6D8; }

 a { background-color: rgb(188,230,216); }

 div.DivClassName
 {
   background-color: #BCE6D8;
 }
 .BgClassName
 {
   background-color: #BCE6D8;
 }
</style>

border-color css

<style>
 span { border-color: #BCE6D8; }

 span { border-color: rgb(188,230,216); }

 td.TdClassName
 {
   border-color: #BCE6D8;
 }
 .TagClassName
 {
   border-color: #BCE6D8;
 }
</style>