Html Css Color HEX #BCE0D3 Cruise

📋 copy color: '#BCE0D3'

red 188 ◦ green 224 ◦ blue 211

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

Shades of Cruise #BCE0D3

Tints of Cruise #BCE0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 30.18%
G = 35.96%
B = 33.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#BCE0D3 (or 0xBCE0D3) is known color: Cruise. HEX triplet: BC, E0 and D3. RGB value is (188,224,211). Sum of RGB (Red+Green+Blue) = 188+224+211=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D3 is #431F2C. Grayscale: #D3D3D3. Windows color (decimal): -4398893 or 13885628. OLE color: 13885628.

HSL color Cylindrical-coordinate representation of color #BCE0D3: hue angle of 158.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 #BCE0D3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 211 -
CMYK 0.16 0 0.06 0.12
HSL 158.33º 0.37% 0.81% -
HSV(B) 158.33º 0.16% 0.88% -
XYZ 59.15 68.71 71.77 -
YUV 211.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 188 224 211 0.16 0 0.06 0.12 158.33 0.37 0.81
Hex BC E0 D3 10 0 6 C 9E 25 51
Octal 274 340 323 20 0 6 14 236 45 121
Binary 10111100 11100000 11010011 10000 0 110 1100 10011110 100101 1010001

Color Harmonies of #BCE0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0D3

Black with #BCE0D3

Text Example


Text Example

White with #BCE0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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