Html Css Color HEX #BCE0D6 Cruise

📋 copy color: '#BCE0D6'

red 188 ◦ green 224 ◦ blue 214

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

Shades of Cruise #BCE0D6

Tints of Cruise #BCE0D6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.78%

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 30.03%
G = 35.78%
B = 34.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BCE0D6 (or 0xBCE0D6) is known color: Cruise. HEX triplet: BC, E0 and D6. RGB value is (188,224,214). Sum of RGB (Red+Green+Blue) = 188+224+214=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D6 is #431F29. Grayscale: #D4D4D4. Windows color (decimal): -4398890 or 14082236. OLE color: 14082236.

HSL color Cylindrical-coordinate representation of color #BCE0D6: hue angle of 163.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0D6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 214 -
CMYK 0.16 0 0.04 0.12
HSL 163.33º 0.37% 0.81% -
HSV(B) 163.33º 0.16% 0.88% -
XYZ 59.53 68.86 73.77 -
YUV 212.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 188 224 214 0.16 0 0.04 0.12 163.33 0.37 0.81
Hex BC E0 D6 10 0 4 C A3 25 51
Octal 274 340 326 20 0 4 14 243 45 121
Binary 10111100 11100000 11010110 10000 0 100 1100 10100011 100101 1010001

Color Harmonies of #BCE0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0D6

Black with #BCE0D6

Text Example


Text Example

White with #BCE0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0D6; }

 p { color: rgb(188,224,214); }

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

background-color css

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

 a { background-color: rgb(188,224,214); }

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

border-color css

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

 span { border-color: rgb(188,224,214); }

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