Html Css Color HEX #BBDBCD Jet Stream

📋 copy color: '#BBDBCD'

red 187 ◦ green 219 ◦ blue 205

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

Shades of Jet Stream #BBDBCD

Tints of Jet Stream #BBDBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 30.61%
G = 35.84%
B = 33.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BBDBCD (or 0xBBDBCD) is known color: Jet Stream. HEX triplet: BB, DB and CD. RGB value is (187,219,205). Sum of RGB (Red+Green+Blue) = 187+219+205=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBCD is #442432. Grayscale: #CFCFCF. Windows color (decimal): -4465715 or 13491131. OLE color: 13491131.

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

Color convert

RGB 187 219 205 -
CMYK 0.15 0 0.06 0.14
HSL 153.75º 0.31% 0.8% -
HSV(B) 153.75º 0.15% 0.86% -
XYZ 56.84 65.64 67.43 -
YUV 207.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 187 219 205 0.15 0 0.06 0.14 153.75 0.31 0.8
Hex BB DB CD F 0 6 E 9A 1F 50
Octal 273 333 315 17 0 6 16 232 37 120
Binary 10111011 11011011 11001101 1111 0 110 1110 10011010 11111 1010000

Color Harmonies of #BBDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBCD

Black with #BBDBCD

Text Example


Text Example

White with #BBDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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