Html Css Color HEX #BCD0CC Jet Stream

📋 copy color: '#BCD0CC'

red 188 ◦ green 208 ◦ blue 204

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

Shades of Jet Stream #BCD0CC

Tints of Jet Stream #BCD0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 31.33%
G = 34.67%
B = 34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BCD0CC (or 0xBCD0CC) is known color: Jet Stream. HEX triplet: BC, D0 and CC. RGB value is (188,208,204). Sum of RGB (Red+Green+Blue) = 188+208+204=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CC is #432F33. Grayscale: #C9C9C9. Windows color (decimal): -4402996 or 13422780. OLE color: 13422780.

HSL color Cylindrical-coordinate representation of color #BCD0CC: hue angle of 168º degrees, saturation: 0.18, 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 #BCD0CC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 204 -
CMYK 0.10 0 0.02 0.18
HSL 168º 0.18% 0.78% -
HSV(B) 168º 0.1% 0.82% -
XYZ 54.19 60.16 65.88 -
YUV 201.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 188 208 204 0.10 0 0.02 0.18 168 0.18 0.78
Hex BC D0 CC A 0 2 12 A8 12 4E
Octal 274 320 314 12 0 2 22 250 22 116
Binary 10111100 11010000 11001100 1010 0 10 10010 10101000 10010 1001110

Color Harmonies of #BCD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0CC

Black with #BCD0CC

Text Example


Text Example

White with #BCD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0CC; }

 p { color: rgb(188,208,204); }

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

background-color css

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

 a { background-color: rgb(188,208,204); }

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

border-color css

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

 span { border-color: rgb(188,208,204); }

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