Html Css Color HEX #B1D2EA Pale Cornflower Blue

📋 copy color: '#B1D2EA'

red 177 ◦ green 210 ◦ blue 234

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

Shades of Pale Cornflower Blue #B1D2EA

Tints of Pale Cornflower Blue #B1D2EA

RGB

 RED value IS 177 (69.53% from 255) = 28.5%

 GREEN value IS 210 (82.42% from 255) = 33.82%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 28.5%
G = 33.82%
B = 37.68%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1D2EA (or 0xB1D2EA) is known color: Pale Cornflower Blue. HEX triplet: B1, D2 and EA. RGB value is (177,210,234). Sum of RGB (Red+Green+Blue) = 177+210+234=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2EA is #4E2D15. Grayscale: #CACACA. Windows color (decimal): -5123350 or 15389361. OLE color: 15389361.

HSL color Cylindrical-coordinate representation of color #B1D2EA: hue angle of 205.26º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1D2EA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 210 234 -
CMYK 0.24 0.10 0 0.08
HSL 205.26º 0.58% 0.81% -
HSV(B) 205.26º 0.24% 0.92% -
XYZ 56.03 61.38 86.74 -
YUV 202.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 177 210 234 0.24 0.10 0 0.08 205.26 0.58 0.81
Hex B1 D2 EA 18 A 0 8 CD 3A 51
Octal 261 322 352 30 12 0 10 315 72 121
Binary 10110001 11010010 11101010 11000 1010 0 1000 11001101 111010 1010001

Color Harmonies of #B1D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D2EA

Black with #B1D2EA

Text Example


Text Example

White with #B1D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D2EA; }

 p { color: rgb(177,210,234); }

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

background-color css

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

 a { background-color: rgb(177,210,234); }

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

border-color css

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

 span { border-color: rgb(177,210,234); }

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