Html Css Color HEX #B0CFF9 Pale Cornflower Blue

📋 copy color: '#B0CFF9'

red 176 ◦ green 207 ◦ blue 249

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

Shades of Pale Cornflower Blue #B0CFF9

Tints of Pale Cornflower Blue #B0CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.75%

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 27.85%
G = 32.75%
B = 39.4%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0CFF9 (or 0xB0CFF9) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and F9. RGB value is (176,207,249). Sum of RGB (Red+Green+Blue) = 176+207+249=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFF9 is #4F3006. Grayscale: #CACACA. Windows color (decimal): -5189639 or 16371632. OLE color: 16371632.

HSL color Cylindrical-coordinate representation of color #B0CFF9: hue angle of 214.52º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CFF9 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 207 249 -
CMYK 0.29 0.17 0 0.02
HSL 214.52º 0.86% 0.83% -
HSV(B) 214.52º 0.29% 0.98% -
XYZ 57.32 60.7 98.32 -
YUV 202.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 176 207 249 0.29 0.17 0 0.02 214.52 0.86 0.83
Hex B0 CF F9 1D 11 0 2 D7 56 53
Octal 260 317 371 35 21 0 2 327 126 123
Binary 10110000 11001111 11111001 11101 10001 0 10 11010111 1010110 1010011

Color Harmonies of #B0CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFF9

Black with #B0CFF9

Text Example


Text Example

White with #B0CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFF9; }

 p { color: rgb(176,207,249); }

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

background-color css

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

 a { background-color: rgb(176,207,249); }

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

border-color css

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

 span { border-color: rgb(176,207,249); }

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