Html Css Color HEX #BBDFFE Pale Cornflower Blue

📋 copy color: '#BBDFFE'

red 187 ◦ green 223 ◦ blue 254

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

Shades of Pale Cornflower Blue #BBDFFE

Tints of Pale Cornflower Blue #BBDFFE

RGB

 RED value IS 187 (73.44% from 255) = 28.16%

 GREEN value IS 223 (87.5% from 255) = 33.58%

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 28.16%
G = 33.58%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBDFFE (or 0xBBDFFE) is known color: Pale Cornflower Blue. HEX triplet: BB, DF and FE. RGB value is (187,223,254). Sum of RGB (Red+Green+Blue) = 187+223+254=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFE is #442001. Grayscale: #D7D7D7. Windows color (decimal): -4464642 or 16703419. OLE color: 16703419.

HSL color Cylindrical-coordinate representation of color #BBDFFE: hue angle of 207.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDFFE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 223 254 -
CMYK 0.26 0.12 0 0.00
HSL 207.76º 0.97% 0.86% -
HSV(B) 207.76º 0.26% 1% -
XYZ 64.77 70.5 103.96 -
YUV 215.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 187 223 254 0.26 0.12 0 0.00 207.76 0.97 0.86
Hex BB DF FE 1A C 0 0 D0 61 56
Octal 273 337 376 32 14 0 0 320 141 126
Binary 10111011 11011111 11111110 11010 1100 0 0 11010000 1100001 1010110

Color Harmonies of #BBDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFFE

Black with #BBDFFE

Text Example


Text Example

White with #BBDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFFE; }

 p { color: rgb(187,223,254); }

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

background-color css

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

 a { background-color: rgb(187,223,254); }

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

border-color css

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

 span { border-color: rgb(187,223,254); }

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