Html Css Color HEX #B0CDF3 Pale Cornflower Blue

📋 copy color: '#B0CDF3'

red 176 ◦ green 205 ◦ blue 243

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

Shades of Pale Cornflower Blue #B0CDF3

Tints of Pale Cornflower Blue #B0CDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.85%

 BLUE value IS 243 (95.31% from 255) = 38.94%

R = 28.21%
G = 32.85%
B = 38.94%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0CDF3 (or 0xB0CDF3) is known color: Pale Cornflower Blue. HEX triplet: B0, CD and F3. RGB value is (176,205,243). Sum of RGB (Red+Green+Blue) = 176+205+243=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CDF3 is #4F320C. Grayscale: #C8C8C8. Windows color (decimal): -5190157 or 15977904. OLE color: 15977904.

HSL color Cylindrical-coordinate representation of color #B0CDF3: hue angle of 214.03º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0CDF3 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 205 243 -
CMYK 0.28 0.16 0 0.05
HSL 214.03º 0.74% 0.82% -
HSV(B) 214.03º 0.28% 0.95% -
XYZ 55.91 59.36 93.31 -
YUV 200.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 176 205 243 0.28 0.16 0 0.05 214.03 0.74 0.82
Hex B0 CD F3 1C 10 0 5 D6 4A 52
Octal 260 315 363 34 20 0 5 326 112 122
Binary 10110000 11001101 11110011 11100 10000 0 101 11010110 1001010 1010010

Color Harmonies of #B0CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDF3

Black with #B0CDF3

Text Example


Text Example

White with #B0CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDF3; }

 p { color: rgb(176,205,243); }

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

background-color css

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

 a { background-color: rgb(176,205,243); }

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

border-color css

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

 span { border-color: rgb(176,205,243); }

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