Html Css Color HEX #BBE4D6 Cruise

📋 copy color: '#BBE4D6'

red 187 ◦ green 228 ◦ blue 214

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

Shades of Cruise #BBE4D6

Tints of Cruise #BBE4D6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.25%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 29.73%
G = 36.25%
B = 34.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#BBE4D6 (or 0xBBE4D6) is known color: Cruise. HEX triplet: BB, E4 and D6. RGB value is (187,228,214). Sum of RGB (Red+Green+Blue) = 187+228+214=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4D6 is #441B29. Grayscale: #D6D6D6. Windows color (decimal): -4463402 or 14083259. OLE color: 14083259.

HSL color Cylindrical-coordinate representation of color #BBE4D6: hue angle of 159.51º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4D6 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 214 -
CMYK 0.18 0 0.06 0.11
HSL 159.51º 0.43% 0.81% -
HSV(B) 159.51º 0.18% 0.89% -
XYZ 60.37 70.91 74.12 -
YUV 214.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 187 228 214 0.18 0 0.06 0.11 159.51 0.43 0.81
Hex BB E4 D6 12 0 6 B A0 2B 51
Octal 273 344 326 22 0 6 13 240 53 121
Binary 10111011 11100100 11010110 10010 0 110 1011 10100000 101011 1010001

Color Harmonies of #BBE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4D6

Black with #BBE4D6

Text Example


Text Example

White with #BBE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4D6; }

 p { color: rgb(187,228,214); }

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

background-color css

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

 a { background-color: rgb(187,228,214); }

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

border-color css

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

 span { border-color: rgb(187,228,214); }

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