Html Css Color HEX #B2D3EA Pale Cornflower Blue

📋 copy color: '#B2D3EA'

red 178 ◦ green 211 ◦ blue 234

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

Shades of Pale Cornflower Blue #B2D3EA

Tints of Pale Cornflower Blue #B2D3EA

RGB

 RED value IS 178 (69.92% from 255) = 28.57%

 GREEN value IS 211 (82.81% from 255) = 33.87%

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

R = 28.57%
G = 33.87%
B = 37.56%

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

#B2D3EA (or 0xB2D3EA) is known color: Pale Cornflower Blue. HEX triplet: B2, D3 and EA. RGB value is (178,211,234). Sum of RGB (Red+Green+Blue) = 178+211+234=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D3EA is #4D2C15. Grayscale: #CBCBCB. Windows color (decimal): -5057558 or 15389618. OLE color: 15389618.

HSL color Cylindrical-coordinate representation of color #B2D3EA: hue angle of 204.64º degrees, saturation: 0.57, 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 #B2D3EA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 211 234 -
CMYK 0.24 0.10 0 0.08
HSL 204.64º 0.57% 0.81% -
HSV(B) 204.64º 0.24% 0.92% -
XYZ 56.51 61.99 86.83 -
YUV 203.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 178 211 234 0.24 0.10 0 0.08 204.64 0.57 0.81
Hex B2 D3 EA 18 A 0 8 CD 39 51
Octal 262 323 352 30 12 0 10 315 71 121
Binary 10110010 11010011 11101010 11000 1010 0 1000 11001101 111001 1010001

Color Harmonies of #B2D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D3EA

Black with #B2D3EA

Text Example


Text Example

White with #B2D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D3EA; }

 p { color: rgb(178,211,234); }

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

background-color css

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

 a { background-color: rgb(178,211,234); }

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

border-color css

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

 span { border-color: rgb(178,211,234); }

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