Html Css Color HEX #BBE4D7 Cruise

📋 copy color: '#BBE4D7'

red 187 ◦ green 228 ◦ blue 215

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

Shades of Cruise #BBE4D7

Tints of Cruise #BBE4D7

RGB

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

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

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

R = 29.68%
G = 36.19%
B = 34.13%

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

#BBE4D7 (or 0xBBE4D7) is known color: Cruise. HEX triplet: BB, E4 and D7. RGB value is (187,228,215). Sum of RGB (Red+Green+Blue) = 187+228+215=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4D7 is #441B28. Grayscale: #D6D6D6. Windows color (decimal): -4463401 or 14148795. OLE color: 14148795.

HSL color Cylindrical-coordinate representation of color #BBE4D7: hue angle of 160.98º 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 #BBE4D7 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 215 -
CMYK 0.18 0 0.06 0.11
HSL 160.98º 0.43% 0.81% -
HSV(B) 160.98º 0.18% 0.89% -
XYZ 60.5 70.96 74.8 -
YUV 214.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 187 228 215 0.18 0 0.06 0.11 160.98 0.43 0.81
Hex BB E4 D7 12 0 6 B A1 2B 51
Octal 273 344 327 22 0 6 13 241 53 121
Binary 10111011 11100100 11010111 10010 0 110 1011 10100001 101011 1010001

Color Harmonies of #BBE4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4D7

Black with #BBE4D7

Text Example


Text Example

White with #BBE4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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