Html Css Color HEX #BDD3CA Jet Stream

📋 copy color: '#BDD3CA'

red 189 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #BDD3CA

Tints of Jet Stream #BDD3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 31.4%
G = 35.05%
B = 33.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BDD3CA (or 0xBDD3CA) is known color: Jet Stream. HEX triplet: BD, D3 and CA. RGB value is (189,211,202). Sum of RGB (Red+Green+Blue) = 189+211+202=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CA is #422C35. Grayscale: #CBCBCB. Windows color (decimal): -4336694 or 13292477. OLE color: 13292477.

HSL color Cylindrical-coordinate representation of color #BDD3CA: hue angle of 155.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3CA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 202 -
CMYK 0.10 0 0.04 0.17
HSL 155.45º 0.2% 0.78% -
HSV(B) 155.45º 0.1% 0.83% -
XYZ 54.94 61.67 64.89 -
YUV 203.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 189 211 202 0.10 0 0.04 0.17 155.45 0.2 0.78
Hex BD D3 CA A 0 4 11 9B 14 4E
Octal 275 323 312 12 0 4 21 233 24 116
Binary 10111101 11010011 11001010 1010 0 100 10001 10011011 10100 1001110

Color Harmonies of #BDD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3CA

Black with #BDD3CA

Text Example


Text Example

White with #BDD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3CA; }

 p { color: rgb(189,211,202); }

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

background-color css

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

 a { background-color: rgb(189,211,202); }

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

border-color css

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

 span { border-color: rgb(189,211,202); }

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