Html Css Color HEX #BBDAFE Pale Cornflower Blue

📋 copy color: '#BBDAFE'

red 187 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #BBDAFE

Tints of Pale Cornflower Blue #BBDAFE

RGB

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

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

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

R = 28.38%
G = 33.08%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBDAFE (or 0xBBDAFE) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FE. RGB value is (187,218,254). Sum of RGB (Red+Green+Blue) = 187+218+254=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFE is #442501. Grayscale: #D4D4D4. Windows color (decimal): -4465922 or 16702139. OLE color: 16702139.

HSL color Cylindrical-coordinate representation of color #BBDAFE: hue angle of 212.24º 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 #BBDAFE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 218 254 -
CMYK 0.26 0.14 0 0.00
HSL 212.24º 0.97% 0.86% -
HSV(B) 212.24º 0.26% 1% -
XYZ 63.45 67.86 103.52 -
YUV 212.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 187 218 254 0.26 0.14 0 0.00 212.24 0.97 0.86
Hex BB DA FE 1A E 0 0 D4 61 56
Octal 273 332 376 32 16 0 0 324 141 126
Binary 10111011 11011010 11111110 11010 1110 0 0 11010100 1100001 1010110

Color Harmonies of #BBDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAFE

Black with #BBDAFE

Text Example


Text Example

White with #BBDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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