Html Css Color HEX #BDCDC8 Jet Stream

📋 copy color: '#BDCDC8'

red 189 ◦ green 205 ◦ blue 200

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

Shades of Jet Stream #BDCDC8

Tints of Jet Stream #BDCDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 31.82%
G = 34.51%
B = 33.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#BDCDC8 (or 0xBDCDC8) is known color: Jet Stream. HEX triplet: BD, CD and C8. RGB value is (189,205,200). Sum of RGB (Red+Green+Blue) = 189+205+200=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC8 is #423237. Grayscale: #C7C7C7. Windows color (decimal): -4338232 or 13159869. OLE color: 13159869.

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

Color convert

RGB 189 205 200 -
CMYK 0.08 0 0.02 0.20
HSL 161.25º 0.14% 0.77% -
HSV(B) 161.25º 0.08% 0.8% -
XYZ 53.24 58.65 63.16 -
YUV 199.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 189 205 200 0.08 0 0.02 0.20 161.25 0.14 0.77
Hex BD CD C8 8 0 2 14 A1 E 4D
Octal 275 315 310 10 0 2 24 241 16 115
Binary 10111101 11001101 11001000 1000 0 10 10100 10100001 1110 1001101

Color Harmonies of #BDCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDC8

Black with #BDCDC8

Text Example


Text Example

White with #BDCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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