Html Css Color HEX #BCCFD0 Iron

📋 copy color: '#BCCFD0'

red 188 ◦ green 207 ◦ blue 208

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

Shades of Iron #BCCFD0

Tints of Iron #BCCFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.49%

R = 31.18%
G = 34.33%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCCFD0 (or 0xBCCFD0) is known color: Iron. HEX triplet: BC, CF and D0. RGB value is (188,207,208). Sum of RGB (Red+Green+Blue) = 188+207+208=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD0 is #43302F. Grayscale: #C9C9C9. Windows color (decimal): -4403248 or 13684668. OLE color: 13684668.

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

Color convert

RGB 188 207 208 -
CMYK 0.10 0.00 0 0.18
HSL 183º 0.18% 0.78% -
HSV(B) 183º 0.1% 0.82% -
XYZ 54.44 59.87 68.36 -
YUV 201.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 188 207 208 0.10 0.00 0 0.18 183 0.18 0.78
Hex BC CF D0 A 0 0 12 B7 12 4E
Octal 274 317 320 12 0 0 22 267 22 116
Binary 10111100 11001111 11010000 1010 0 0 10010 10110111 10010 1001110

Color Harmonies of #BCCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFD0

Black with #BCCFD0

Text Example


Text Example

White with #BCCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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