Html Css Color HEX #BBC2F4 Perano

📋 copy color: '#BBC2F4'

red 187 ◦ green 194 ◦ blue 244

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

Shades of Perano #BBC2F4

Tints of Perano #BBC2F4

RGB

 RED value IS 187 (73.44% from 255) = 29.92%

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

 BLUE value IS 244 (95.7% from 255) = 39.04%

R = 29.92%
G = 31.04%
B = 39.04%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBC2F4 (or 0xBBC2F4) is known color: Perano. HEX triplet: BB, C2 and F4. RGB value is (187,194,244). Sum of RGB (Red+Green+Blue) = 187+194+244=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBC2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F4 is #443D0B. Grayscale: #C5C5C5. Windows color (decimal): -4472076 or 16040635. OLE color: 16040635.

HSL color Cylindrical-coordinate representation of color #BBC2F4: hue angle of 232.63º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC2F4 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 194 244 -
CMYK 0.23 0.20 0 0.04
HSL 232.63º 0.72% 0.85% -
HSV(B) 232.63º 0.23% 0.96% -
XYZ 56.11 55.68 93.38 -
YUV 197.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 187 194 244 0.23 0.20 0 0.04 232.63 0.72 0.85
Hex BB C2 F4 17 14 0 4 E9 48 55
Octal 273 302 364 27 24 0 4 351 110 125
Binary 10111011 11000010 11110100 10111 10100 0 100 11101001 1001000 1010101

Color Harmonies of #BBC2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2F4

Black with #BBC2F4

Text Example


Text Example

White with #BBC2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2F4; }

 p { color: rgb(187,194,244); }

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

background-color css

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

 a { background-color: rgb(187,194,244); }

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

border-color css

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

 span { border-color: rgb(187,194,244); }

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