Html Css Color HEX #B8DCFB Pale Cornflower Blue

📋 copy color: '#B8DCFB'

red 184 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #B8DCFB

Tints of Pale Cornflower Blue #B8DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 28.09%
G = 33.59%
B = 38.32%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8DCFB (or 0xB8DCFB) is known color: Pale Cornflower Blue. HEX triplet: B8, DC and FB. RGB value is (184,220,251). Sum of RGB (Red+Green+Blue) = 184+220+251=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCFB is #472304. Grayscale: #D4D4D4. Windows color (decimal): -4662021 or 16506040. OLE color: 16506040.

HSL color Cylindrical-coordinate representation of color #B8DCFB: hue angle of 207.76º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8DCFB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 220 251 -
CMYK 0.27 0.12 0 0.02
HSL 207.76º 0.89% 0.85% -
HSV(B) 207.76º 0.27% 0.98% -
XYZ 62.77 68.34 101.15 -
YUV 212.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 184 220 251 0.27 0.12 0 0.02 207.76 0.89 0.85
Hex B8 DC FB 1B C 0 2 D0 59 55
Octal 270 334 373 33 14 0 2 320 131 125
Binary 10111000 11011100 11111011 11011 1100 0 10 11010000 1011001 1010101

Color Harmonies of #B8DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCFB

Black with #B8DCFB

Text Example


Text Example

White with #B8DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCFB; }

 p { color: rgb(184,220,251); }

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

background-color css

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

 a { background-color: rgb(184,220,251); }

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

border-color css

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

 span { border-color: rgb(184,220,251); }

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