Html Css Color HEX #BBE0D4 Cruise

📋 copy color: '#BBE0D4'

red 187 ◦ green 224 ◦ blue 212

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

Shades of Cruise #BBE0D4

Tints of Cruise #BBE0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 30.02%
G = 35.96%
B = 34.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#BBE0D4 (or 0xBBE0D4) is known color: Cruise. HEX triplet: BB, E0 and D4. RGB value is (187,224,212). Sum of RGB (Red+Green+Blue) = 187+224+212=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0D4 is #441F2B. Grayscale: #D3D3D3. Windows color (decimal): -4464428 or 13951163. OLE color: 13951163.

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

Color convert

RGB 187 224 212 -
CMYK 0.17 0 0.05 0.12
HSL 160.54º 0.37% 0.81% -
HSV(B) 160.54º 0.17% 0.88% -
XYZ 59.03 68.63 72.42 -
YUV 211.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 187 224 212 0.17 0 0.05 0.12 160.54 0.37 0.81
Hex BB E0 D4 11 0 5 C A1 25 51
Octal 273 340 324 21 0 5 14 241 45 121
Binary 10111011 11100000 11010100 10001 0 101 1100 10100001 100101 1010001

Color Harmonies of #BBE0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0D4

Black with #BBE0D4

Text Example


Text Example

White with #BBE0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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