Html Css Color HEX #BDCEC6 Jet Stream

📋 copy color: '#BDCEC6'

red 189 ◦ green 206 ◦ blue 198

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

Shades of Jet Stream #BDCEC6

Tints of Jet Stream #BDCEC6

RGB

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

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

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

R = 31.87%
G = 34.74%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#BDCEC6 (or 0xBDCEC6) is known color: Jet Stream. HEX triplet: BD, CE and C6. RGB value is (189,206,198). Sum of RGB (Red+Green+Blue) = 189+206+198=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC6 is #423139. Grayscale: #C8C8C8. Windows color (decimal): -4337978 or 13029053. OLE color: 13029053.

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

Color convert

RGB 189 206 198 -
CMYK 0.08 0 0.04 0.19
HSL 151.76º 0.15% 0.77% -
HSV(B) 151.76º 0.08% 0.81% -
XYZ 53.25 59.04 62.02 -
YUV 200.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 189 206 198 0.08 0 0.04 0.19 151.76 0.15 0.77
Hex BD CE C6 8 0 4 13 98 F 4D
Octal 275 316 306 10 0 4 23 230 17 115
Binary 10111101 11001110 11000110 1000 0 100 10011 10011000 1111 1001101

Color Harmonies of #BDCEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEC6

Black with #BDCEC6

Text Example


Text Example

White with #BDCEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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