Html Css Color HEX #BCD2CA Jet Stream

📋 copy color: '#BCD2CA'

red 188 ◦ green 210 ◦ blue 202

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

Shades of Jet Stream #BCD2CA

Tints of Jet Stream #BCD2CA

RGB

 RED value IS 188 (73.83% from 255) = 31.33%

 GREEN value IS 210 (82.42% from 255) = 35%

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

R = 31.33%
G = 35%
B = 33.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BCD2CA (or 0xBCD2CA) is known color: Jet Stream. HEX triplet: BC, D2 and CA. RGB value is (188,210,202). Sum of RGB (Red+Green+Blue) = 188+210+202=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2CA is #432D35. Grayscale: #CACACA. Windows color (decimal): -4402486 or 13292220. OLE color: 13292220.

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

Color convert

RGB 188 210 202 -
CMYK 0.10 0 0.04 0.18
HSL 158.18º 0.2% 0.78% -
HSV(B) 158.18º 0.1% 0.82% -
XYZ 54.45 61.05 64.79 -
YUV 202.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 188 210 202 0.10 0 0.04 0.18 158.18 0.2 0.78
Hex BC D2 CA A 0 4 12 9E 14 4E
Octal 274 322 312 12 0 4 22 236 24 116
Binary 10111100 11010010 11001010 1010 0 100 10010 10011110 10100 1001110

Color Harmonies of #BCD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2CA

Black with #BCD2CA

Text Example


Text Example

White with #BCD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2CA; }

 p { color: rgb(188,210,202); }

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

background-color css

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

 a { background-color: rgb(188,210,202); }

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

border-color css

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

 span { border-color: rgb(188,210,202); }

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