Html Css Color HEX #BDEAFD Onahau

📋 copy color: '#BDEAFD'

red 189 ◦ green 234 ◦ blue 253

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

Shades of Onahau #BDEAFD

Tints of Onahau #BDEAFD

RGB

 RED value IS 189 (74.22% from 255) = 27.96%

 GREEN value IS 234 (91.8% from 255) = 34.62%

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

R = 27.96%
G = 34.62%
B = 37.43%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDEAFD (or 0xBDEAFD) is known color: Onahau. HEX triplet: BD, EA and FD. RGB value is (189,234,253). Sum of RGB (Red+Green+Blue) = 189+234+253=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAFD is #421502. Grayscale: #DEDEDE. Windows color (decimal): -4330755 or 16640701. OLE color: 16640701.

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

Color convert

RGB 189 234 253 -
CMYK 0.25 0.08 0 0.01
HSL 197.81º 0.94% 0.87% -
HSV(B) 197.81º 0.25% 0.99% -
XYZ 68.14 76.76 104.15 -
YUV 222.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 189 234 253 0.25 0.08 0 0.01 197.81 0.94 0.87
Hex BD EA FD 19 8 0 1 C6 5E 57
Octal 275 352 375 31 10 0 1 306 136 127
Binary 10111101 11101010 11111101 11001 1000 0 1 11000110 1011110 1010111

Color Harmonies of #BDEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAFD

Black with #BDEAFD

Text Example


Text Example

White with #BDEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAFD; }

 p { color: rgb(189,234,253); }

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

background-color css

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

 a { background-color: rgb(189,234,253); }

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

border-color css

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

 span { border-color: rgb(189,234,253); }

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