Html Css Color HEX #BBE1FA Pattens Blue

📋 copy color: '#BBE1FA'

red 187 ◦ green 225 ◦ blue 250

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

Shades of Pattens Blue #BBE1FA

Tints of Pattens Blue #BBE1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.99%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 28.25%
G = 33.99%
B = 37.76%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBE1FA (or 0xBBE1FA) is known color: Pattens Blue. HEX triplet: BB, E1 and FA. RGB value is (187,225,250). Sum of RGB (Red+Green+Blue) = 187+225+250=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FA is #441E05. Grayscale: #D8D8D8. Windows color (decimal): -4464134 or 16441787. OLE color: 16441787.

HSL color Cylindrical-coordinate representation of color #BBE1FA: hue angle of 203.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE1FA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 225 250 -
CMYK 0.25 0.10 0 0.02
HSL 203.81º 0.86% 0.86% -
HSV(B) 203.81º 0.25% 0.98% -
XYZ 64.67 71.32 100.8 -
YUV 216.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 187 225 250 0.25 0.10 0 0.02 203.81 0.86 0.86
Hex BB E1 FA 19 A 0 2 CC 56 56
Octal 273 341 372 31 12 0 2 314 126 126
Binary 10111011 11100001 11111010 11001 1010 0 10 11001100 1010110 1010110

Color Harmonies of #BBE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1FA

Black with #BBE1FA

Text Example


Text Example

White with #BBE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1FA; }

 p { color: rgb(187,225,250); }

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

background-color css

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

 a { background-color: rgb(187,225,250); }

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

border-color css

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

 span { border-color: rgb(187,225,250); }

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