Html Css Color HEX #BCE1DC Cruise

📋 copy color: '#BCE1DC'

red 188 ◦ green 225 ◦ blue 220

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

Shades of Cruise #BCE1DC

Tints of Cruise #BCE1DC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.55%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 29.7%
G = 35.55%
B = 34.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BCE1DC (or 0xBCE1DC) is known color: Cruise. HEX triplet: BC, E1 and DC. RGB value is (188,225,220). Sum of RGB (Red+Green+Blue) = 188+225+220=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DC is #431E23. Grayscale: #D5D5D5. Windows color (decimal): -4398628 or 14475708. OLE color: 14475708.

HSL color Cylindrical-coordinate representation of color #BCE1DC: hue angle of 171.89º degrees, saturation: 0.38, 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 #BCE1DC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 220 -
CMYK 0.16 0 0.02 0.12
HSL 171.89º 0.38% 0.81% -
HSV(B) 171.89º 0.16% 0.88% -
XYZ 60.58 69.71 77.97 -
YUV 213.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 188 225 220 0.16 0 0.02 0.12 171.89 0.38 0.81
Hex BC E1 DC 10 0 2 C AC 26 51
Octal 274 341 334 20 0 2 14 254 46 121
Binary 10111100 11100001 11011100 10000 0 10 1100 10101100 100110 1010001

Color Harmonies of #BCE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1DC

Black with #BCE1DC

Text Example


Text Example

White with #BCE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1DC; }

 p { color: rgb(188,225,220); }

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

background-color css

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

 a { background-color: rgb(188,225,220); }

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

border-color css

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

 span { border-color: rgb(188,225,220); }

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