Html Css Color HEX #BBC0EE Perano

📋 copy color: '#BBC0EE'

red 187 ◦ green 192 ◦ blue 238

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

Shades of Perano #BBC0EE

Tints of Perano #BBC0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 30.31%
G = 31.12%
B = 38.57%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBC0EE (or 0xBBC0EE) is known color: Perano. HEX triplet: BB, C0 and EE. RGB value is (187,192,238). Sum of RGB (Red+Green+Blue) = 187+192+238=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0EE is #443F11. Grayscale: #C3C3C3. Windows color (decimal): -4472594 or 15646907. OLE color: 15646907.

HSL color Cylindrical-coordinate representation of color #BBC0EE: hue angle of 234.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 192 238 -
CMYK 0.21 0.19 0 0.07
HSL 234.12º 0.6% 0.83% -
HSV(B) 234.12º 0.21% 0.93% -
XYZ 54.78 54.44 88.51 -
YUV 195.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 187 192 238 0.21 0.19 0 0.07 234.12 0.6 0.83
Hex BB C0 EE 15 13 0 7 EA 3C 53
Octal 273 300 356 25 23 0 7 352 74 123
Binary 10111011 11000000 11101110 10101 10011 0 111 11101010 111100 1010011

Color Harmonies of #BBC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0EE

Black with #BBC0EE

Text Example


Text Example

White with #BBC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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