Html Css Color HEX #BBE0DC Cruise

📋 copy color: '#BBE0DC'

red 187 ◦ green 224 ◦ blue 220

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

Shades of Cruise #BBE0DC

Tints of Cruise #BBE0DC

RGB

 RED value IS 187 (73.44% from 255) = 29.64%

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

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

R = 29.64%
G = 35.5%
B = 34.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BBE0DC (or 0xBBE0DC) is known color: Cruise. HEX triplet: BB, E0 and DC. RGB value is (187,224,220). Sum of RGB (Red+Green+Blue) = 187+224+220=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DC is #441F23. Grayscale: #D4D4D4. Windows color (decimal): -4464420 or 14475451. OLE color: 14475451.

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

Color convert

RGB 187 224 220 -
CMYK 0.17 0 0.02 0.12
HSL 173.51º 0.37% 0.81% -
HSV(B) 173.51º 0.17% 0.88% -
XYZ 60.07 69.04 77.87 -
YUV 212.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 187 224 220 0.17 0 0.02 0.12 173.51 0.37 0.81
Hex BB E0 DC 11 0 2 C AE 25 51
Octal 273 340 334 21 0 2 14 256 45 121
Binary 10111011 11100000 11011100 10001 0 10 1100 10101110 100101 1010001

Color Harmonies of #BBE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0DC

Black with #BBE0DC

Text Example


Text Example

White with #BBE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0DC; }

 p { color: rgb(187,224,220); }

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

background-color css

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

 a { background-color: rgb(187,224,220); }

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

border-color css

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

 span { border-color: rgb(187,224,220); }

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