Html Css Color HEX #B8D4ED Pale Cornflower Blue

📋 copy color: '#B8D4ED'

red 184 ◦ green 212 ◦ blue 237

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

Shades of Pale Cornflower Blue #B8D4ED

Tints of Pale Cornflower Blue #B8D4ED

RGB

 RED value IS 184 (72.27% from 255) = 29.07%

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 29.07%
G = 33.49%
B = 37.44%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8D4ED (or 0xB8D4ED) is known color: Pale Cornflower Blue. HEX triplet: B8, D4 and ED. RGB value is (184,212,237). Sum of RGB (Red+Green+Blue) = 184+212+237=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8D4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4ED is #472B12. Grayscale: #CECECE. Windows color (decimal): -4664083 or 15586488. OLE color: 15586488.

HSL color Cylindrical-coordinate representation of color #B8D4ED: hue angle of 208.3º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D4ED is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 212 237 -
CMYK 0.22 0.11 0 0.07
HSL 208.3º 0.6% 0.83% -
HSV(B) 208.3º 0.22% 0.93% -
XYZ 58.6 63.39 89.27 -
YUV 206.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 184 212 237 0.22 0.11 0 0.07 208.3 0.6 0.83
Hex B8 D4 ED 16 B 0 7 D0 3C 53
Octal 270 324 355 26 13 0 7 320 74 123
Binary 10111000 11010100 11101101 10110 1011 0 111 11010000 111100 1010011

Color Harmonies of #B8D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D4ED

Black with #B8D4ED

Text Example


Text Example

White with #B8D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D4ED; }

 p { color: rgb(184,212,237); }

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

background-color css

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

 a { background-color: rgb(184,212,237); }

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

border-color css

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

 span { border-color: rgb(184,212,237); }

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