Html Css Color HEX #BBCDC5 Jet Stream

📋 copy color: '#BBCDC5'

red 187 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #BBCDC5

Tints of Jet Stream #BBCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 31.75%
G = 34.8%
B = 33.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC5 (or 0xBBCDC5) is known color: Jet Stream. HEX triplet: BB, CD and C5. RGB value is (187,205,197). Sum of RGB (Red+Green+Blue) = 187+205+197=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC5 is #44323A. Grayscale: #C6C6C6. Windows color (decimal): -4469307 or 12963259. OLE color: 12963259.

HSL color Cylindrical-coordinate representation of color #BBCDC5: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 197 -
CMYK 0.09 0 0.04 0.20
HSL 153.33º 0.15% 0.77% -
HSV(B) 153.33º 0.09% 0.8% -
XYZ 52.4 58.26 61.31 -
YUV 198.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 187 205 197 0.09 0 0.04 0.20 153.33 0.15 0.77
Hex BB CD C5 9 0 4 14 99 F 4D
Octal 273 315 305 11 0 4 24 231 17 115
Binary 10111011 11001101 11000101 1001 0 100 10100 10011001 1111 1001101

Color Harmonies of #BBCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC5

Black with #BBCDC5

Text Example


Text Example

White with #BBCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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