Html Css Color HEX #BBCDC6 Jet Stream

📋 copy color: '#BBCDC6'

red 187 ◦ green 205 ◦ blue 198

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

Shades of Jet Stream #BBCDC6

Tints of Jet Stream #BBCDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 31.69%
G = 34.75%
B = 33.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC6 (or 0xBBCDC6) is known color: Jet Stream. HEX triplet: BB, CD and C6. RGB value is (187,205,198). Sum of RGB (Red+Green+Blue) = 187+205+198=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC6 is #443239. Grayscale: #C6C6C6. Windows color (decimal): -4469306 or 13028795. OLE color: 13028795.

HSL color Cylindrical-coordinate representation of color #BBCDC6: hue angle of 156.67º 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 #BBCDC6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 198 -
CMYK 0.09 0 0.03 0.20
HSL 156.67º 0.15% 0.77% -
HSV(B) 156.67º 0.09% 0.8% -
XYZ 52.52 58.3 61.91 -
YUV 198.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 187 205 198 0.09 0 0.03 0.20 156.67 0.15 0.77
Hex BB CD C6 9 0 3 14 9D F 4D
Octal 273 315 306 11 0 3 24 235 17 115
Binary 10111011 11001101 11000110 1001 0 11 10100 10011101 1111 1001101

Color Harmonies of #BBCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC6

Black with #BBCDC6

Text Example


Text Example

White with #BBCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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