Html Css Color HEX #BBD9D3 Cruise

📋 copy color: '#BBD9D3'

red 187 ◦ green 217 ◦ blue 211

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

Shades of Cruise #BBD9D3

Tints of Cruise #BBD9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 30.41%
G = 35.28%
B = 34.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BBD9D3 (or 0xBBD9D3) is known color: Cruise. HEX triplet: BB, D9 and D3. RGB value is (187,217,211). Sum of RGB (Red+Green+Blue) = 187+217+211=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9D3 is #44262C. Grayscale: #CFCFCF. Windows color (decimal): -4466221 or 13883835. OLE color: 13883835.

HSL color Cylindrical-coordinate representation of color #BBD9D3: hue angle of 168º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9D3 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 211 -
CMYK 0.14 0 0.03 0.15
HSL 168º 0.28% 0.79% -
HSV(B) 168º 0.14% 0.85% -
XYZ 57.06 64.89 71.15 -
YUV 207.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 187 217 211 0.14 0 0.03 0.15 168 0.28 0.79
Hex BB D9 D3 E 0 3 F A8 1C 4F
Octal 273 331 323 16 0 3 17 250 34 117
Binary 10111011 11011001 11010011 1110 0 11 1111 10101000 11100 1001111

Color Harmonies of #BBD9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9D3

Black with #BBD9D3

Text Example


Text Example

White with #BBD9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9D3; }

 p { color: rgb(187,217,211); }

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

background-color css

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

 a { background-color: rgb(187,217,211); }

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

border-color css

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

 span { border-color: rgb(187,217,211); }

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