Html Css Color HEX #BCC2F2 Perano

📋 copy color: '#BCC2F2'

red 188 ◦ green 194 ◦ blue 242

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

Shades of Perano #BCC2F2

Tints of Perano #BCC2F2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 30.13%
G = 31.09%
B = 38.78%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC2F2 (or 0xBCC2F2) is known color: Perano. HEX triplet: BC, C2 and F2. RGB value is (188,194,242). Sum of RGB (Red+Green+Blue) = 188+194+242=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2F2 is #433D0D. Grayscale: #C5C5C5. Windows color (decimal): -4406542 or 15909564. OLE color: 15909564.

HSL color Cylindrical-coordinate representation of color #BCC2F2: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC2F2 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 194 242 -
CMYK 0.22 0.20 0 0.05
HSL 233.33º 0.68% 0.84% -
HSV(B) 233.33º 0.22% 0.95% -
XYZ 56.06 55.69 91.8 -
YUV 197.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 188 194 242 0.22 0.20 0 0.05 233.33 0.68 0.84
Hex BC C2 F2 16 14 0 5 E9 44 54
Octal 274 302 362 26 24 0 5 351 104 124
Binary 10111100 11000010 11110010 10110 10100 0 101 11101001 1000100 1010100

Color Harmonies of #BCC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2F2

Black with #BCC2F2

Text Example


Text Example

White with #BCC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2F2; }

 p { color: rgb(188,194,242); }

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

background-color css

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

 a { background-color: rgb(188,194,242); }

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

border-color css

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

 span { border-color: rgb(188,194,242); }

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