Html Css Color HEX #BBBDF0 Perano

📋 copy color: '#BBBDF0'

red 187 ◦ green 189 ◦ blue 240

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

Shades of Perano #BBBDF0

Tints of Perano #BBBDF0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.68%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 30.36%
G = 30.68%
B = 38.96%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBBDF0 (or 0xBBBDF0) is known color: Perano. HEX triplet: BB, BD and F0. RGB value is (187,189,240). Sum of RGB (Red+Green+Blue) = 187+189+240=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF0 is #44420F. Grayscale: #C2C2C2. Windows color (decimal): -4473360 or 15777211. OLE color: 15777211.

HSL color Cylindrical-coordinate representation of color #BBBDF0: hue angle of 237.74º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBDF0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 189 240 -
CMYK 0.22 0.21 0 0.06
HSL 237.74º 0.64% 0.84% -
HSV(B) 237.74º 0.22% 0.94% -
XYZ 54.42 53.25 89.85 -
YUV 194.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 187 189 240 0.22 0.21 0 0.06 237.74 0.64 0.84
Hex BB BD F0 16 15 0 6 EE 40 54
Octal 273 275 360 26 25 0 6 356 100 124
Binary 10111011 10111101 11110000 10110 10101 0 110 11101110 1000000 1010100

Color Harmonies of #BBBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDF0

Black with #BBBDF0

Text Example


Text Example

White with #BBBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDF0; }

 p { color: rgb(187,189,240); }

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

background-color css

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

 a { background-color: rgb(187,189,240); }

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

border-color css

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

 span { border-color: rgb(187,189,240); }

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