Html Css Color HEX #BDD5CA Jet Stream

📋 copy color: '#BDD5CA'

red 189 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #BDD5CA

Tints of Jet Stream #BDD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

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

R = 31.29%
G = 35.26%
B = 33.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BDD5CA (or 0xBDD5CA) is known color: Jet Stream. HEX triplet: BD, D5 and CA. RGB value is (189,213,202). Sum of RGB (Red+Green+Blue) = 189+213+202=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5CA is #422A35. Grayscale: #CCCCCC. Windows color (decimal): -4336182 or 13292989. OLE color: 13292989.

HSL color Cylindrical-coordinate representation of color #BDD5CA: hue angle of 152.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5CA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 202 -
CMYK 0.11 0 0.05 0.16
HSL 152.5º 0.22% 0.79% -
HSV(B) 152.5º 0.11% 0.84% -
XYZ 55.44 62.67 65.05 -
YUV 204.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 189 213 202 0.11 0 0.05 0.16 152.5 0.22 0.79
Hex BD D5 CA B 0 5 10 98 16 4F
Octal 275 325 312 13 0 5 20 230 26 117
Binary 10111101 11010101 11001010 1011 0 101 10000 10011000 10110 1001111

Color Harmonies of #BDD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5CA

Black with #BDD5CA

Text Example


Text Example

White with #BDD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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