Html Css Color HEX #BBDBD1 Cruise

📋 copy color: '#BBDBD1'

red 187 ◦ green 219 ◦ blue 209

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

Shades of Cruise #BBDBD1

Tints of Cruise #BBDBD1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 30.41%
G = 35.61%
B = 33.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BBDBD1 (or 0xBBDBD1) is known color: Cruise. HEX triplet: BB, DB and D1. RGB value is (187,219,209). Sum of RGB (Red+Green+Blue) = 187+219+209=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD1 is #44242E. Grayscale: #D0D0D0. Windows color (decimal): -4465711 or 13753275. OLE color: 13753275.

HSL color Cylindrical-coordinate representation of color #BBDBD1: hue angle of 161.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 209 -
CMYK 0.15 0 0.05 0.14
HSL 161.25º 0.31% 0.8% -
HSV(B) 161.25º 0.15% 0.86% -
XYZ 57.33 65.83 70.01 -
YUV 208.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 187 219 209 0.15 0 0.05 0.14 161.25 0.31 0.8
Hex BB DB D1 F 0 5 E A1 1F 50
Octal 273 333 321 17 0 5 16 241 37 120
Binary 10111011 11011011 11010001 1111 0 101 1110 10100001 11111 1010000

Color Harmonies of #BBDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBD1

Black with #BBDBD1

Text Example


Text Example

White with #BBDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBD1; }

 p { color: rgb(187,219,209); }

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

background-color css

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

 a { background-color: rgb(187,219,209); }

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

border-color css

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

 span { border-color: rgb(187,219,209); }

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