Html Css Color HEX #B8DAFC Pale Cornflower Blue

📋 copy color: '#B8DAFC'

red 184 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #B8DAFC

Tints of Pale Cornflower Blue #B8DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

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

R = 28.13%
G = 33.33%
B = 38.53%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8DAFC (or 0xB8DAFC) is known color: Pale Cornflower Blue. HEX triplet: B8, DA and FC. RGB value is (184,218,252). Sum of RGB (Red+Green+Blue) = 184+218+252=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAFC is #472503. Grayscale: #D3D3D3. Windows color (decimal): -4662532 or 16571064. OLE color: 16571064.

HSL color Cylindrical-coordinate representation of color #B8DAFC: hue angle of 210º 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 #B8DAFC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 218 252 -
CMYK 0.27 0.13 0 0.01
HSL 210º 0.92% 0.85% -
HSV(B) 210º 0.27% 0.99% -
XYZ 62.41 67.36 101.81 -
YUV 211.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 184 218 252 0.27 0.13 0 0.01 210 0.92 0.85
Hex B8 DA FC 1B D 0 1 D2 5C 55
Octal 270 332 374 33 15 0 1 322 134 125
Binary 10111000 11011010 11111100 11011 1101 0 1 11010010 1011100 1010101

Color Harmonies of #B8DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAFC

Black with #B8DAFC

Text Example


Text Example

White with #B8DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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