Html Css Color HEX #BBDFFD Pale Cornflower Blue

📋 copy color: '#BBDFFD'

red 187 ◦ green 223 ◦ blue 253

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

Shades of Pale Cornflower Blue #BBDFFD

Tints of Pale Cornflower Blue #BBDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 28.21%
G = 33.63%
B = 38.16%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBDFFD (or 0xBBDFFD) is known color: Pale Cornflower Blue. HEX triplet: BB, DF and FD. RGB value is (187,223,253). Sum of RGB (Red+Green+Blue) = 187+223+253=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFD is #442002. Grayscale: #D7D7D7. Windows color (decimal): -4464643 or 16637883. OLE color: 16637883.

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

Color convert

RGB 187 223 253 -
CMYK 0.26 0.12 0 0.01
HSL 207.27º 0.94% 0.86% -
HSV(B) 207.27º 0.26% 0.99% -
XYZ 64.61 70.43 103.12 -
YUV 215.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 187 223 253 0.26 0.12 0 0.01 207.27 0.94 0.86
Hex BB DF FD 1A C 0 1 CF 5E 56
Octal 273 337 375 32 14 0 1 317 136 126
Binary 10111011 11011111 11111101 11010 1100 0 1 11001111 1011110 1010110

Color Harmonies of #BBDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFFD

Black with #BBDFFD

Text Example


Text Example

White with #BBDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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