Html Css Color HEX #BBE2FE Pattens Blue

📋 copy color: '#BBE2FE'

red 187 ◦ green 226 ◦ blue 254

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

Shades of Pattens Blue #BBE2FE

Tints of Pattens Blue #BBE2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.88%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 28.04%
G = 33.88%
B = 38.08%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBE2FE (or 0xBBE2FE) is known color: Pattens Blue. HEX triplet: BB, E2 and FE. RGB value is (187,226,254). Sum of RGB (Red+Green+Blue) = 187+226+254=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FE is #441D01. Grayscale: #D9D9D9. Windows color (decimal): -4463874 or 16704187. OLE color: 16704187.

HSL color Cylindrical-coordinate representation of color #BBE2FE: hue angle of 205.07º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE2FE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 226 254 -
CMYK 0.26 0.11 0 0.00
HSL 205.07º 0.97% 0.86% -
HSV(B) 205.07º 0.26% 1% -
XYZ 65.58 72.11 104.23 -
YUV 217.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 187 226 254 0.26 0.11 0 0.00 205.07 0.97 0.86
Hex BB E2 FE 1A B 0 0 CD 61 56
Octal 273 342 376 32 13 0 0 315 141 126
Binary 10111011 11100010 11111110 11010 1011 0 0 11001101 1100001 1010110

Color Harmonies of #BBE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2FE

Black with #BBE2FE

Text Example


Text Example

White with #BBE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2FE; }

 p { color: rgb(187,226,254); }

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

background-color css

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

 a { background-color: rgb(187,226,254); }

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

border-color css

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

 span { border-color: rgb(187,226,254); }

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