Html Css Color HEX #B5D4EA Pale Cornflower Blue

📋 copy color: '#B5D4EA'

red 181 ◦ green 212 ◦ blue 234

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

Shades of Pale Cornflower Blue #B5D4EA

Tints of Pale Cornflower Blue #B5D4EA

RGB

 RED value IS 181 (71.09% from 255) = 28.87%

 GREEN value IS 212 (83.2% from 255) = 33.81%

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

R = 28.87%
G = 33.81%
B = 37.32%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5D4EA (or 0xB5D4EA) is known color: Pale Cornflower Blue. HEX triplet: B5, D4 and EA. RGB value is (181,212,234). Sum of RGB (Red+Green+Blue) = 181+212+234=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D4EA is #4A2B15. Grayscale: #CDCDCD. Windows color (decimal): -4860694 or 15389877. OLE color: 15389877.

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

Color convert

RGB 181 212 234 -
CMYK 0.23 0.09 0 0.08
HSL 204.91º 0.56% 0.81% -
HSV(B) 204.91º 0.23% 0.92% -
XYZ 57.45 62.85 86.95 -
YUV 205.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 181 212 234 0.23 0.09 0 0.08 204.91 0.56 0.81
Hex B5 D4 EA 17 9 0 8 CD 38 51
Octal 265 324 352 27 11 0 10 315 70 121
Binary 10110101 11010100 11101010 10111 1001 0 1000 11001101 111000 1010001

Color Harmonies of #B5D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D4EA

Black with #B5D4EA

Text Example


Text Example

White with #B5D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D4EA; }

 p { color: rgb(181,212,234); }

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

background-color css

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

 a { background-color: rgb(181,212,234); }

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

border-color css

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

 span { border-color: rgb(181,212,234); }

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