Html Css Color HEX #BBC0E6 Perano

📋 copy color: '#BBC0E6'

red 187 ◦ green 192 ◦ blue 230

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

Shades of Perano #BBC0E6

Tints of Perano #BBC0E6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.53%

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 30.71%
G = 31.53%
B = 37.77%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBC0E6 (or 0xBBC0E6) is known color: Perano. HEX triplet: BB, C0 and E6. RGB value is (187,192,230). Sum of RGB (Red+Green+Blue) = 187+192+230=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0E6 is #443F19. Grayscale: #C2C2C2. Windows color (decimal): -4472602 or 15122619. OLE color: 15122619.

HSL color Cylindrical-coordinate representation of color #BBC0E6: hue angle of 233.02º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC0E6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 192 230 -
CMYK 0.19 0.17 0 0.10
HSL 233.02º 0.46% 0.82% -
HSV(B) 233.02º 0.19% 0.9% -
XYZ 53.63 53.98 82.46 -
YUV 194.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 187 192 230 0.19 0.17 0 0.10 233.02 0.46 0.82
Hex BB C0 E6 13 11 0 A E9 2E 52
Octal 273 300 346 23 21 0 12 351 56 122
Binary 10111011 11000000 11100110 10011 10001 0 1010 11101001 101110 1010010

Color Harmonies of #BBC0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0E6

Black with #BBC0E6

Text Example


Text Example

White with #BBC0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0E6; }

 p { color: rgb(187,192,230); }

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

background-color css

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

 a { background-color: rgb(187,192,230); }

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

border-color css

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

 span { border-color: rgb(187,192,230); }

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