Html Css Color HEX #B0CFF0 Pale Cornflower Blue

📋 copy color: '#B0CFF0'

red 176 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #B0CFF0

Tints of Pale Cornflower Blue #B0CFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 28.25%
G = 33.23%
B = 38.52%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0CFF0 (or 0xB0CFF0) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and F0. RGB value is (176,207,240). Sum of RGB (Red+Green+Blue) = 176+207+240=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFF0 is #4F300F. Grayscale: #C9C9C9. Windows color (decimal): -5189648 or 15781808. OLE color: 15781808.

HSL color Cylindrical-coordinate representation of color #B0CFF0: hue angle of 210.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CFF0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 207 240 -
CMYK 0.27 0.14 0 0.06
HSL 210.94º 0.68% 0.82% -
HSV(B) 210.94º 0.27% 0.94% -
XYZ 55.95 60.15 91.1 -
YUV 201.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 176 207 240 0.27 0.14 0 0.06 210.94 0.68 0.82
Hex B0 CF F0 1B E 0 6 D3 44 52
Octal 260 317 360 33 16 0 6 323 104 122
Binary 10110000 11001111 11110000 11011 1110 0 110 11010011 1000100 1010010

Color Harmonies of #B0CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFF0

Black with #B0CFF0

Text Example


Text Example

White with #B0CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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