Html Css Color HEX #BFDAEA Light Blue

📋 copy color: '#BFDAEA'

red 191 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #BFDAEA

Tints of Light Blue #BFDAEA

RGB

 RED value IS 191 (75% from 255) = 29.7%

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

 BLUE value IS 234 (91.8% from 255) = 36.39%

R = 29.7%
G = 33.9%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFDAEA (or 0xBFDAEA) is known color: Light Blue. HEX triplet: BF, DA and EA. RGB value is (191,218,234). Sum of RGB (Red+Green+Blue) = 191+218+234=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEA is #402515. Grayscale: #D3D3D3. Windows color (decimal): -4203798 or 15391423. OLE color: 15391423.

HSL color Cylindrical-coordinate representation of color #BFDAEA: hue angle of 202.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDAEA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 218 234 -
CMYK 0.18 0.07 0 0.08
HSL 202.33º 0.51% 0.83% -
HSV(B) 202.33º 0.18% 0.92% -
XYZ 61.41 67.16 87.57 -
YUV 211.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 191 218 234 0.18 0.07 0 0.08 202.33 0.51 0.83
Hex BF DA EA 12 7 0 8 CA 33 53
Octal 277 332 352 22 7 0 10 312 63 123
Binary 10111111 11011010 11101010 10010 111 0 1000 11001010 110011 1010011

Color Harmonies of #BFDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAEA

Black with #BFDAEA

Text Example


Text Example

White with #BFDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAEA; }

 p { color: rgb(191,218,234); }

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

background-color css

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

 a { background-color: rgb(191,218,234); }

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

border-color css

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

 span { border-color: rgb(191,218,234); }

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