Html Css Color HEX #BBDCD0 Cruise

📋 copy color: '#BBDCD0'

red 187 ◦ green 220 ◦ blue 208

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

Shades of Cruise #BBDCD0

Tints of Cruise #BBDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

 BLUE value IS 208 (81.64% from 255) = 33.82%

R = 30.41%
G = 35.77%
B = 33.82%

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

#BBDCD0 (or 0xBBDCD0) is known color: Cruise. HEX triplet: BB, DC and D0. RGB value is (187,220,208). Sum of RGB (Red+Green+Blue) = 187+220+208=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD0 is #44232F. Grayscale: #D0D0D0. Windows color (decimal): -4465456 or 13687995. OLE color: 13687995.

HSL color Cylindrical-coordinate representation of color #BBDCD0: hue angle of 158.18º degrees, saturation: 0.32, 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 #BBDCD0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 208 -
CMYK 0.15 0 0.05 0.14
HSL 158.18º 0.32% 0.8% -
HSV(B) 158.18º 0.15% 0.86% -
XYZ 57.47 66.31 69.44 -
YUV 208.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 187 220 208 0.15 0 0.05 0.14 158.18 0.32 0.8
Hex BB DC D0 F 0 5 E 9E 20 50
Octal 273 334 320 17 0 5 16 236 40 120
Binary 10111011 11011100 11010000 1111 0 101 1110 10011110 100000 1010000

Color Harmonies of #BBDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCD0

Black with #BBDCD0

Text Example


Text Example

White with #BBDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCD0; }

 p { color: rgb(187,220,208); }

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

background-color css

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

 a { background-color: rgb(187,220,208); }

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

border-color css

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

 span { border-color: rgb(187,220,208); }

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