Html Css Color HEX #BBDAFF Pale Cornflower Blue

📋 copy color: '#BBDAFF'

red 187 ◦ green 218 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBDAFF

Tints of Pale Cornflower Blue #BBDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.03%

 BLUE value IS 255 (100% from 255) = 38.64%

R = 28.33%
G = 33.03%
B = 38.64%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBDAFF (or 0xBBDAFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FF. RGB value is (187,218,255). Sum of RGB (Red+Green+Blue) = 187+218+255=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFF is #442500. Grayscale: #D4D4D4. Windows color (decimal): -4465921 or 16767675. OLE color: 16767675.

HSL color Cylindrical-coordinate representation of color #BBDAFF: hue angle of 212.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDAFF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 218 255 -
CMYK 0.27 0.15 0 0
HSL 212.65º 1% 0.87% -
HSV(B) 212.65º 0.27% 1% -
XYZ 63.61 67.93 104.37 -
YUV 212.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 187 218 255 0.27 0.15 0 0 212.65 1 0.87
Hex BB DA FF 1B F 0 0 D5 64 57
Octal 273 332 377 33 17 0 0 325 144 127
Binary 10111011 11011010 11111111 11011 1111 0 0 11010101 1100100 1010111

Color Harmonies of #BBDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAFF

Black with #BBDAFF

Text Example


Text Example

White with #BBDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAFF; }

 p { color: rgb(187,218,255); }

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

background-color css

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

 a { background-color: rgb(187,218,255); }

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

border-color css

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

 span { border-color: rgb(187,218,255); }

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