Html Css Color HEX #B8D4FC Pale Cornflower Blue

📋 copy color: '#B8D4FC'

red 184 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #B8D4FC

Tints of Pale Cornflower Blue #B8D4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 28.4%
G = 32.72%
B = 38.89%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8D4FC (or 0xB8D4FC) is known color: Pale Cornflower Blue. HEX triplet: B8, D4 and FC. RGB value is (184,212,252). Sum of RGB (Red+Green+Blue) = 184+212+252=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8D4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4FC is #472B03. Grayscale: #D0D0D0. Windows color (decimal): -4664068 or 16569528. OLE color: 16569528.

HSL color Cylindrical-coordinate representation of color #B8D4FC: hue angle of 215.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D4FC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 212 252 -
CMYK 0.27 0.16 0 0.01
HSL 215.29º 0.92% 0.85% -
HSV(B) 215.29º 0.27% 0.99% -
XYZ 60.88 64.31 101.3 -
YUV 208.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 184 212 252 0.27 0.16 0 0.01 215.29 0.92 0.85
Hex B8 D4 FC 1B 10 0 1 D7 5C 55
Octal 270 324 374 33 20 0 1 327 134 125
Binary 10111000 11010100 11111100 11011 10000 0 1 11010111 1011100 1010101

Color Harmonies of #B8D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D4FC

Black with #B8D4FC

Text Example


Text Example

White with #B8D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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