Html Css Color HEX #BDCEC7 Jet Stream

📋 copy color: '#BDCEC7'

red 189 ◦ green 206 ◦ blue 199

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

Shades of Jet Stream #BDCEC7

Tints of Jet Stream #BDCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 31.82%
G = 34.68%
B = 33.5%

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

#BDCEC7 (or 0xBDCEC7) is known color: Jet Stream. HEX triplet: BD, CE and C7. RGB value is (189,206,199). Sum of RGB (Red+Green+Blue) = 189+206+199=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC7 is #423138. Grayscale: #C8C8C8. Windows color (decimal): -4337977 or 13094589. OLE color: 13094589.

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

Color convert

RGB 189 206 199 -
CMYK 0.08 0 0.03 0.19
HSL 155.29º 0.15% 0.77% -
HSV(B) 155.29º 0.08% 0.81% -
XYZ 53.37 59.08 62.62 -
YUV 200.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 189 206 199 0.08 0 0.03 0.19 155.29 0.15 0.77
Hex BD CE C7 8 0 3 13 9B F 4D
Octal 275 316 307 10 0 3 23 233 17 115
Binary 10111101 11001110 11000111 1000 0 11 10011 10011011 1111 1001101

Color Harmonies of #BDCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEC7

Black with #BDCEC7

Text Example


Text Example

White with #BDCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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