Html Css Color HEX #BBE0D7 Cruise

📋 copy color: '#BBE0D7'

red 187 ◦ green 224 ◦ blue 215

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

Shades of Cruise #BBE0D7

Tints of Cruise #BBE0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.35%

R = 29.87%
G = 35.78%
B = 34.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BBE0D7 (or 0xBBE0D7) is known color: Cruise. HEX triplet: BB, E0 and D7. RGB value is (187,224,215). Sum of RGB (Red+Green+Blue) = 187+224+215=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0D7 is #441F28. Grayscale: #D3D3D3. Windows color (decimal): -4464425 or 14147771. OLE color: 14147771.

HSL color Cylindrical-coordinate representation of color #BBE0D7: hue angle of 165.41º 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 #BBE0D7 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 215 -
CMYK 0.17 0 0.04 0.12
HSL 165.41º 0.37% 0.81% -
HSV(B) 165.41º 0.17% 0.88% -
XYZ 59.41 68.78 74.43 -
YUV 211.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 187 224 215 0.17 0 0.04 0.12 165.41 0.37 0.81
Hex BB E0 D7 11 0 4 C A5 25 51
Octal 273 340 327 21 0 4 14 245 45 121
Binary 10111011 11100000 11010111 10001 0 100 1100 10100101 100101 1010001

Color Harmonies of #BBE0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0D7

Black with #BBE0D7

Text Example


Text Example

White with #BBE0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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