Html Css Color HEX #BDD6CA Jet Stream

📋 copy color: '#BDD6CA'

red 189 ◦ green 214 ◦ blue 202

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

Shades of Jet Stream #BDD6CA

Tints of Jet Stream #BDD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

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

R = 31.24%
G = 35.37%
B = 33.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BDD6CA (or 0xBDD6CA) is known color: Jet Stream. HEX triplet: BD, D6 and CA. RGB value is (189,214,202). Sum of RGB (Red+Green+Blue) = 189+214+202=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6CA is #422935. Grayscale: #CDCDCD. Windows color (decimal): -4335926 or 13293245. OLE color: 13293245.

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

Color convert

RGB 189 214 202 -
CMYK 0.12 0 0.06 0.16
HSL 151.2º 0.23% 0.79% -
HSV(B) 151.2º 0.12% 0.84% -
XYZ 55.69 63.18 65.14 -
YUV 205.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 189 214 202 0.12 0 0.06 0.16 151.2 0.23 0.79
Hex BD D6 CA C 0 6 10 97 17 4F
Octal 275 326 312 14 0 6 20 227 27 117
Binary 10111101 11010110 11001010 1100 0 110 10000 10010111 10111 1001111

Color Harmonies of #BDD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6CA

Black with #BDD6CA

Text Example


Text Example

White with #BDD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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