Html Css Color HEX #BDCEC8 Jet Stream

📋 copy color: '#BDCEC8'

red 189 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #BDCEC8

Tints of Jet Stream #BDCEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

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

R = 31.76%
G = 34.62%
B = 33.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#BDCEC8 (or 0xBDCEC8) is known color: Jet Stream. HEX triplet: BD, CE and C8. RGB value is (189,206,200). Sum of RGB (Red+Green+Blue) = 189+206+200=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC8 is #423137. Grayscale: #C8C8C8. Windows color (decimal): -4337976 or 13160125. OLE color: 13160125.

HSL color Cylindrical-coordinate representation of color #BDCEC8: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 200 -
CMYK 0.08 0 0.03 0.19
HSL 158.82º 0.15% 0.77% -
HSV(B) 158.82º 0.08% 0.81% -
XYZ 53.48 59.13 63.24 -
YUV 200.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 189 206 200 0.08 0 0.03 0.19 158.82 0.15 0.77
Hex BD CE C8 8 0 3 13 9F F 4D
Octal 275 316 310 10 0 3 23 237 17 115
Binary 10111101 11001110 11001000 1000 0 11 10011 10011111 1111 1001101

Color Harmonies of #BDCEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEC8

Black with #BDCEC8

Text Example


Text Example

White with #BDCEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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