Html Css Color HEX #BCCFD3 Iron

📋 copy color: '#BCCFD3'

red 188 ◦ green 207 ◦ blue 211

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

Shades of Iron #BCCFD3

Tints of Iron #BCCFD3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

 BLUE value IS 211 (82.81% from 255) = 34.82%

R = 31.02%
G = 34.16%
B = 34.82%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCFD3 (or 0xBCCFD3) is known color: Iron. HEX triplet: BC, CF and D3. RGB value is (188,207,211). Sum of RGB (Red+Green+Blue) = 188+207+211=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD3 is #43302C. Grayscale: #C9C9C9. Windows color (decimal): -4403245 or 13881276. OLE color: 13881276.

HSL color Cylindrical-coordinate representation of color #BCCFD3: hue angle of 190.43º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCFD3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 207 211 -
CMYK 0.11 0.02 0 0.17
HSL 190.43º 0.21% 0.78% -
HSV(B) 190.43º 0.11% 0.83% -
XYZ 54.81 60.02 70.32 -
YUV 201.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 188 207 211 0.11 0.02 0 0.17 190.43 0.21 0.78
Hex BC CF D3 B 2 0 11 BE 15 4E
Octal 274 317 323 13 2 0 21 276 25 116
Binary 10111100 11001111 11010011 1011 10 0 10001 10111110 10101 1001110

Color Harmonies of #BCCFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFD3

Black with #BCCFD3

Text Example


Text Example

White with #BCCFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFD3; }

 p { color: rgb(188,207,211); }

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

background-color css

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

 a { background-color: rgb(188,207,211); }

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

border-color css

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

 span { border-color: rgb(188,207,211); }

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