Html Css Color HEX #BDC8C6 Jet Stream

📋 copy color: '#BDC8C6'

red 189 ◦ green 200 ◦ blue 198

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

Shades of Jet Stream #BDC8C6

Tints of Jet Stream #BDC8C6

RGB

 RED value IS 189 (74.22% from 255) = 32.2%

 GREEN value IS 200 (78.52% from 255) = 34.07%

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

R = 32.2%
G = 34.07%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BDC8C6 (or 0xBDC8C6) is known color: Jet Stream. HEX triplet: BD, C8 and C6. RGB value is (189,200,198). Sum of RGB (Red+Green+Blue) = 189+200+198=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C6 is #423739. Grayscale: #C4C4C4. Windows color (decimal): -4339514 or 13027517. OLE color: 13027517.

HSL color Cylindrical-coordinate representation of color #BDC8C6: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC8C6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 198 -
CMYK 0.06 0 0.01 0.22
HSL 169.09º 0.09% 0.76% -
HSV(B) 169.09º 0.06% 0.78% -
XYZ 51.83 56.2 61.54 -
YUV 196.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 189 200 198 0.06 0 0.01 0.22 169.09 0.09 0.76
Hex BD C8 C6 6 0 1 16 A9 9 4C
Octal 275 310 306 6 0 1 26 251 11 114
Binary 10111101 11001000 11000110 110 0 1 10110 10101001 1001 1001100

Color Harmonies of #BDC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8C6

Black with #BDC8C6

Text Example


Text Example

White with #BDC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8C6; }

 p { color: rgb(189,200,198); }

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

background-color css

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

 a { background-color: rgb(189,200,198); }

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

border-color css

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

 span { border-color: rgb(189,200,198); }

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