Html Css Color HEX #B8DBFA Pale Cornflower Blue

📋 copy color: '#B8DBFA'

red 184 ◦ green 219 ◦ blue 250

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

Shades of Pale Cornflower Blue #B8DBFA

Tints of Pale Cornflower Blue #B8DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 28.18%
G = 33.54%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8DBFA (or 0xB8DBFA) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and FA. RGB value is (184,219,250). Sum of RGB (Red+Green+Blue) = 184+219+250=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFA is #472405. Grayscale: #D3D3D3. Windows color (decimal): -4662278 or 16440248. OLE color: 16440248.

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

Color convert

RGB 184 219 250 -
CMYK 0.26 0.12 0 0.02
HSL 208.18º 0.87% 0.85% -
HSV(B) 208.18º 0.26% 0.98% -
XYZ 62.35 67.76 100.23 -
YUV 212.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 184 219 250 0.26 0.12 0 0.02 208.18 0.87 0.85
Hex B8 DB FA 1A C 0 2 D0 57 55
Octal 270 333 372 32 14 0 2 320 127 125
Binary 10111000 11011011 11111010 11010 1100 0 10 11010000 1010111 1010101

Color Harmonies of #B8DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBFA

Black with #B8DBFA

Text Example


Text Example

White with #B8DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBFA; }

 p { color: rgb(184,219,250); }

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

background-color css

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

 a { background-color: rgb(184,219,250); }

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

border-color css

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

 span { border-color: rgb(184,219,250); }

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