Html Css Color HEX #BBE2FC Pattens Blue

📋 copy color: '#BBE2FC'

red 187 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #BBE2FC

Tints of Pattens Blue #BBE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 28.12%
G = 33.98%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBE2FC (or 0xBBE2FC) is known color: Pattens Blue. HEX triplet: BB, E2 and FC. RGB value is (187,226,252). Sum of RGB (Red+Green+Blue) = 187+226+252=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FC is #441D03. Grayscale: #D9D9D9. Windows color (decimal): -4463876 or 16573115. OLE color: 16573115.

HSL color Cylindrical-coordinate representation of color #BBE2FC: hue angle of 204º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE2FC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 226 252 -
CMYK 0.26 0.10 0 0.01
HSL 204º 0.92% 0.86% -
HSV(B) 204º 0.26% 0.99% -
XYZ 65.26 71.99 102.55 -
YUV 217.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 187 226 252 0.26 0.10 0 0.01 204 0.92 0.86
Hex BB E2 FC 1A A 0 1 CC 5C 56
Octal 273 342 374 32 12 0 1 314 134 126
Binary 10111011 11100010 11111100 11010 1010 0 1 11001100 1011100 1010110

Color Harmonies of #BBE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2FC

Black with #BBE2FC

Text Example


Text Example

White with #BBE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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