Html Css Color HEX #B0D0FA Pale Cornflower Blue

📋 copy color: '#B0D0FA'

red 176 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #B0D0FA

Tints of Pale Cornflower Blue #B0D0FA

RGB

 RED value IS 176 (69.14% from 255) = 27.76%

 GREEN value IS 208 (81.64% from 255) = 32.81%

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

R = 27.76%
G = 32.81%
B = 39.43%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0D0FA (or 0xB0D0FA) is known color: Pale Cornflower Blue. HEX triplet: B0, D0 and FA. RGB value is (176,208,250). Sum of RGB (Red+Green+Blue) = 176+208+250=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D0FA is #4F2F05. Grayscale: #CBCBCB. Windows color (decimal): -5189382 or 16437424. OLE color: 16437424.

HSL color Cylindrical-coordinate representation of color #B0D0FA: hue angle of 214.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D0FA is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 208 250 -
CMYK 0.30 0.17 0 0.02
HSL 214.05º 0.88% 0.84% -
HSV(B) 214.05º 0.3% 0.98% -
XYZ 57.72 61.24 99.22 -
YUV 203.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 176 208 250 0.30 0.17 0 0.02 214.05 0.88 0.84
Hex B0 D0 FA 1E 11 0 2 D6 58 54
Octal 260 320 372 36 21 0 2 326 130 124
Binary 10110000 11010000 11111010 11110 10001 0 10 11010110 1011000 1010100

Color Harmonies of #B0D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D0FA

Black with #B0D0FA

Text Example


Text Example

White with #B0D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D0FA; }

 p { color: rgb(176,208,250); }

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

background-color css

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

 a { background-color: rgb(176,208,250); }

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

border-color css

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

 span { border-color: rgb(176,208,250); }

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